Micron Document




OpenCV
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
OpenCV (Open Source Computer Vision Library) is a library of programming functions mainly for real-time computer vision.cite-ref-2[2] Originally developed by Intel, it was later supported by Willow Garage, then Itseez (which was later acquired by Intelcite-ref-3[3]). The library is cross-platform and licensed as free and open-source software under Apache License 2. Starting in 2011, OpenCV features GPU acceleration for real-time operations.cite-ref-4[4]

Contents


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

History

Officially launched in 1999, the OpenCV project was initially an Intel Research initiative to advance CPU-intensive applications, part of a series of projects including real-time ray tracing and 3D display walls.cite-ref-kaehlerbradski2016-5-0[5] The main contributors to the project included a number of optimization experts in Intel Russia, as well as Intel's Performance Library Team. In the early days of OpenCV, the goals of the project were describedcite-ref-6[6] as:

Advance vision research by providing not only open but also optimized code for basic vision infrastructure. No more reinventing the wheel. Disseminate vision knowledge by providing a common infrastructure that developers could build on, so that code would be more readily readable and transferable. Advance vision-based commercial applications by making portable, performance-optimized code available for free – with a license that did not require code to be open or free itself.

The first alpha version of OpenCV was released to the public at the IEEE Conference on Computer Vision and Pattern Recognition in 2000, and five betas were released between 2001 and 2005. The first 1.0 version was released in 2006. A version 1.1 "pre-release" was released in October 2008.

The second major release of the OpenCV was in October 2009. OpenCV 2 includes major changes to the C++ interface, aiming at easier, more type-safe patterns, new functions, and better implementations for existing ones in terms of performance (especially on multi-core systems). Official releases now occur every six monthscite-ref-7[7] and development is now done by an independent Russian team supported by commercial corporations.

In August 2012, support for OpenCV was taken over by a non-profit foundation, OpenCV.org, which maintains a developercite-ref-8[8] and user site.cite-ref-9[9]

In May 2016, Intel signed an agreement to acquire Itseez,cite-ref-10[10] a leading developer of OpenCV.cite-ref-11[11]

Applications

OpenCV's application areas include:

• 2D and 3D feature toolkits
Egomotion estimation
• Motion understanding
Segmentation and recognition
Stereopsis stereo vision: depth perception from 2 cameras
• Motion video tracking

To support some of the above areas, OpenCV includes a statistical machine learning library that contains:

Deep neural networks (DNN)cite-ref-dnn-12-0[12]

Programming language

OpenCV is written in the programming language C++, as is its primary interface. There are language bindings in Python, Java, and MATLAB/Octave. The application programming interface (API) for these interfaces can be found in the online documentation.cite-ref-cdocs-13-0[13] Wrapper libraries in several languages have been developed to encourage adoption by a wider audience. In version 3.4, JavaScript bindings for a selected subset of OpenCV functions were released as OpenCV.js, to be used for web platforms.cite-ref-14[14]

Hardware acceleration

If the library finds Intel's Integrated Performance Primitives on the system, it will use these proprietary optimized routines to accelerate itself.

A Compute Unified Device Architecture (CUDA) based graphics processing unit (GPU) interface has been in progress since September 2010.cite-ref-opencvgpu-15-0[15]

An OpenCL-based GPU interface has been in progress since October 2012,cite-ref-opencvocl-16-0[16] documentation for version 2.4.13.3 can be found at docs.opencv.org.cite-ref-opencvocl2-4-5-17-0[17]

An IPU may also utilise OpenCV hardware acceleration.

See also

AForge.NET – computer vision library for the Common Language Runtime of .NET Framework and Mono
Robot Operating System (ROS) – uses OpenCV as main vision package
VXL – alternative library written in C++
CVIPtools – complete graphical user interface (GUI) based computer-vision and image-processing software environment, with C function libraries, a Component Object Model (COM) based dynamic-link library (DLL), and two utility programs for algorithm development and batch processing
OpenNNartificial neural network library written in C++, open-source

References

cite-note-wikidata-8ad32dff2ab1e3fae1a3341625d04ebabcbee7c5-v20-11. "Release 4.12.0". 2 July 2025. Retrieved 14 July 2025.
cite-note-22. citerefpullibaksheevkornyakoveruhimov2012Pulli, Kari; Baksheev, Anatoly; Kornyakov, Kirill; Eruhimov, Victor (1 April 2012). "Realtime Computer Vision with OpenCV". Queue. 10 (4): 40:40–40:56. doi:10.1145/2181796.2206309.
cite-note-33. Intel acquires Itseez: https://opencv.org/blog/intel-acquires-itseez/ Archived 2024-06-10 at the Wayback Machine
cite-note-44. "CUDA". opencv.org. Retrieved 2020-10-15.
cite-note-kaehlerbradski2016-55. citerefadrian-kaehlergary-bradski2016Adrian Kaehler; Gary Bradski (14 December 2016). Learning OpenCV 3: Computer Vision in C++ with the OpenCV Library. O'Reilly Media. pp. 26ff. ISBN 978-1-4919-3800-3.
cite-note-66. citerefbradskikaehler2008Bradski, Gary; Kaehler, Adrian (2008). Learning OpenCV: Computer vision with the OpenCV library. O'Reilly Media, Inc. p. 6.
cite-note-77. OpenCV change logs: http://code.opencv.org/projects/opencv/wiki/ChangeLog Archived 2013-01-15 at the Wayback Machine
cite-note-88. OpenCV Developer Site: http://code.opencv.org Archived 2013-01-13 at archive.today
cite-note-99. OpenCV User Site: http://opencv.org/
cite-note-1010. "Intel Acquires Computer Vision for IOT, Automotive | Intel Newsroom". Intel Newsroom. Retrieved 2018-11-26.
cite-note-1111. "Intel acquires Russian computer vision company Itseez". East-West Digital News. 2016-05-31. Retrieved 2018-11-26.
cite-note-dnn-1212. OpenCV: http://opencv.org/opencv-3-3.html Archived 2019-02-14 at the Wayback Machine
cite-note-cdocs-1313. OpenCV C interface: http://docs.opencv.org
cite-note-1414. Introduction to OpenCV.js and Tutorials
cite-note-opencvgpu-1515. "Cuda GPU port". Archived from the original on 2016-05-21.
cite-note-opencvocl-1616. OpenCL Announcement: http://opencv.org/opencv-v2-4-3rc-is-under-way.html Archived 2019-02-17 at the Wayback Machine
cite-note-opencvocl2-4-5-1717. OpenCL-accelerated Computer Vision API Reference: http://docs.opencv.org/modules/ocl/doc/ocl.html